object EditorOptionsDlg: TEditorOptionsDlg Left = 332 Top = 164 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsSingle Caption = 'Editor options' ClientHeight = 433 ClientWidth = 462 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PanelBottom: TPanel Left = 0 Top = 396 Width = 462 Height = 37 Align = alBottom BevelOuter = bvNone TabOrder = 0 object btnOK: TButton Left = 218 Top = 8 Width = 72 Height = 22 HelpContext = 49 Caption = 'btnOK' Default = True TabOrder = 0 OnClick = btnOKClick end object btnCancel: TButton Left = 298 Top = 8 Width = 72 Height = 22 HelpContext = 44 Cancel = True Caption = 'btnCancel' ModalResult = 2 TabOrder = 1 end object btnHelp: TButton Left = 378 Top = 8 Width = 72 Height = 22 HelpContext = 7 Caption = 'btnHelp' TabOrder = 2 OnClick = btnHelpClick end object btnRestore: TButton Left = 5 Top = 8 Width = 91 Height = 22 Caption = 'btnRestore' TabOrder = 3 OnClick = btnRestoreClick end end object MainFlatPageControl: TPageControl Left = 0 Top = 0 Width = 462 Height = 396 ActivePage = tsGeneral Align = alClient ParentShowHint = False ShowHint = False TabOrder = 1 object tsGeneral: TTabSheet BorderWidth = 10 Caption = 'General' object GBEditorOptions: TGroupBox Left = 0 Top = 0 Width = 431 Height = 163 Caption = 'GBEditorOptions' TabOrder = 0 object lblWrapColumn: TLabel Left = 220 Top = 19 Width = 71 Height = 13 Caption = 'lblWrapColumn' end object chkAutoIndent: TCheckBox Left = 8 Top = 19 Width = 205 Height = 17 HelpContext = 928 Caption = 'chkAutoIndent' TabOrder = 0 end object chkSmartTabs: TCheckBox Left = 8 Top = 37 Width = 205 Height = 17 HelpContext = 699 Caption = 'chkSmartTabs' TabOrder = 1 end object chkDblClickSelectWord: TCheckBox Left = 8 Top = 110 Width = 210 Height = 17 HelpContext = 929 Caption = 'chkDblClickSelectWord' TabOrder = 6 end object chkSmartFill: TCheckBox Left = 8 Top = 55 Width = 205 Height = 17 HelpContext = 700 Caption = 'chkSmartFill' TabOrder = 2 end object chkCursorAfterEOL: TCheckBox Left = 220 Top = 56 Width = 191 Height = 17 HelpContext = 1212 Caption = 'chkCursorAfterEOL' TabOrder = 4 end object chkUseTABChar: TCheckBox Left = 8 Top = 73 Width = 205 Height = 17 HelpContext = 1464 Caption = 'chkUseTABChar' Checked = True State = cbChecked TabOrder = 3 end object chkShowFocusLine: TCheckBox Left = 220 Top = 74 Width = 196 Height = 17 HelpContext = 6003 Caption = 'chkShowFocusLine' TabOrder = 5 end object chkShowAllChars: TCheckBox Left = 8 Top = 92 Width = 205 Height = 17 HelpContext = 620 Caption = 'chkShowAllChars' TabOrder = 7 end object chkUnlimitedUndo: TCheckBox Left = 220 Top = 92 Width = 196 Height = 17 HelpContext = 6004 Caption = 'chkUnlimitedUndo' TabOrder = 8 end object chkWordWrap: TCheckBox Left = 220 Top = 37 Width = 191 Height = 17 HelpContext = 1044 Caption = 'chkWordWrap' TabOrder = 9 OnClick = chkWordWrapClick end object EdWrapColumn: TEdit Left = 390 Top = 13 Width = 30 Height = 21 HelpContext = 1043 MaxLength = 4 TabOrder = 10 end object chkShowWrappedLines: TCheckBox Left = 220 Top = 129 Width = 201 Height = 17 HelpContext = 620 Caption = 'chkShowWrappedLines' TabOrder = 11 end object chkUseHighlighting: TCheckBox Left = 8 Top = 129 Width = 210 Height = 17 HelpContext = 932 Caption = 'chkUseHighlighting' TabOrder = 12 end object chkUndoAfterSave: TCheckBox Left = 220 Top = 111 Width = 196 Height = 17 Caption = 'chkUndoAfterSave' TabOrder = 13 end end object GBPrintOptions: TGroupBox Left = 0 Top = 172 Width = 431 Height = 85 Caption = 'GBPrintOptions' TabOrder = 1 object chkPrintPageNos: TCheckBox Left = 220 Top = 37 Width = 201 Height = 17 HelpContext = 937 Caption = 'chkPrintPageNos' TabOrder = 4 end object chkPrintDate: TCheckBox Left = 220 Top = 19 Width = 206 Height = 17 HelpContext = 936 Caption = 'chkPrintDate' TabOrder = 3 end object chkPrintFileName: TCheckBox Left = 8 Top = 55 Width = 208 Height = 17 HelpContext = 934 Caption = 'chkPrintFileName' TabOrder = 2 end object chkPrintLineNos: TCheckBox Left = 8 Top = 37 Width = 208 Height = 17 HelpContext = 933 Caption = 'chkPrintLineNos' TabOrder = 1 end object chkPrintWrap: TCheckBox Left = 8 Top = 19 Width = 208 Height = 17 HelpContext = 935 Caption = 'chkPrintWrap' TabOrder = 0 end object chkPrintInColor: TCheckBox Left = 220 Top = 55 Width = 196 Height = 17 HelpContext = 701 Caption = 'chkPrintInColor' TabOrder = 5 end end object GBOtherOptions: TGroupBox Left = 0 Top = 266 Width = 431 Height = 82 Caption = 'GBOtherOptions' TabOrder = 2 object lblIndentStep: TLabel Left = 117 Top = 23 Width = 62 Height = 13 Alignment = taRightJustify Caption = 'lblIndentStep' end object lblDefTabStop: TLabel Left = 312 Top = 23 Width = 68 Height = 13 Alignment = taRightJustify Caption = 'lblDefTabStop' end object lblTabColumns: TLabel Left = 109 Top = 49 Width = 69 Height = 13 Alignment = taRightJustify Caption = 'lblTabColumns' end object EdIndentStep: TEdit Left = 184 Top = 19 Width = 30 Height = 21 HelpContext = 939 MaxLength = 3 TabOrder = 0 end object EdDefTabStop: TEdit Left = 387 Top = 19 Width = 30 Height = 21 HelpContext = 940 MaxLength = 3 TabOrder = 1 end object EdTabColumns: TEdit Left = 184 Top = 46 Width = 232 Height = 21 HelpContext = 1046 TabOrder = 2 end end end object tsDisplay: TTabSheet BorderWidth = 10 Caption = 'Display' object GBGutter: TGroupBox Left = 0 Top = 0 Width = 434 Height = 65 Align = alTop Caption = 'GBGutter' TabOrder = 0 object lblGutterWidth: TLabel Left = 263 Top = 21 Width = 67 Height = 13 Alignment = taRightJustify Caption = 'lblGutterWidth' end object chkShowGutter: TCheckBox Left = 8 Top = 19 Width = 185 Height = 17 HelpContext = 938 Caption = 'chkShowGutter' TabOrder = 0 end object EdGutterWidth: TEdit Tag = 1 Left = 335 Top = 17 Width = 32 Height = 21 HelpContext = 1045 MaxLength = 2 TabOrder = 1 Text = '1' end object chkGutterLineNos: TCheckBox Left = 8 Top = 37 Width = 210 Height = 17 HelpContext = 930 Caption = 'chkGutterLineNos' TabOrder = 2 end end object GBEditorFont: TGroupBox Left = 0 Top = 75 Width = 434 Height = 195 Caption = 'GBEditorFont' TabOrder = 1 object lblFontName: TLabel Left = 19 Top = 20 Width = 59 Height = 13 Alignment = taRightJustify Caption = 'lblFontName' end object lblFontSize: TLabel Left = 223 Top = 20 Width = 51 Height = 13 Alignment = taRightJustify Caption = 'lblFontSize' end object CBFontName: TComboBox Left = 18 Top = 36 Width = 180 Height = 21 HelpContext = 226 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnClick = CBFontNameClick end object CBFontSize: TComboBox Left = 222 Top = 36 Width = 55 Height = 21 HelpContext = 248 Style = csDropDownList ItemHeight = 13 MaxLength = 2 TabOrder = 1 OnClick = CBFontNameClick Items.Strings = ( '8' '9' '10' '11' '12' '14' '16' '18' '20' '22' '24' '26' '30') end object PanelFontPreview: TPanel Left = 16 Top = 92 Width = 401 Height = 89 BevelKind = bkTile BevelOuter = bvNone Caption = 'AaBbCc XxYyZz' Color = clWindow Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False TabOrder = 3 end object chkFixedFontsOnly: TCheckBox Left = 18 Top = 63 Width = 161 Height = 17 Caption = 'Use only fixed-width fonts ' Checked = True State = cbChecked TabOrder = 2 OnClick = chkFixedFontsOnlyClick end end end object tsHighlighting: TTabSheet BorderWidth = 12 Caption = 'Syntax Highlighting' object PanelSyntaxHighlight: TGroupBox Left = 0 Top = 0 Width = 430 Height = 344 Align = alClient TabOrder = 0 object lblSynElements: TLabel Left = 10 Top = 180 Width = 71 Height = 13 Caption = 'lblSynElements' end object lblFGColor: TLabel Left = 180 Top = 180 Width = 48 Height = 13 Caption = 'lblFGColor' end object lblBGColor: TLabel Left = 180 Top = 230 Width = 48 Height = 13 Caption = 'lblFGColor' end object lblHighlightLanguage: TLabel Left = 102 Top = 17 Width = 99 Height = 13 Alignment = taRightJustify Caption = 'lblHighlightLanguage' end object LBSynElements: TListBox Left = 10 Top = 195 Width = 156 Height = 141 HelpContext = 941 ItemHeight = 13 TabOrder = 0 OnClick = LBSynElementsClick end object GBDefaultColors: TGroupBox Left = 264 Top = 180 Width = 161 Height = 60 Caption = 'GBDefaultColors' TabOrder = 1 object chkDefaultFG: TCheckBox Tag = 1 Left = 11 Top = 16 Width = 145 Height = 17 Caption = 'chkDefaultFG' TabOrder = 0 OnClick = chkDefaultFGClick end object chkDefaultBG: TCheckBox Left = 11 Top = 35 Width = 145 Height = 17 Caption = 'chkDefaultBG' TabOrder = 1 OnClick = chkDefaultFGClick end end object GBTextAttr: TGroupBox Left = 264 Top = 247 Width = 161 Height = 74 Caption = 'GBTextAttr' TabOrder = 2 object chkBold: TCheckBox Tag = 1 Left = 10 Top = 15 Width = 145 Height = 17 HelpContext = 942 Caption = 'chkBold' TabOrder = 0 OnClick = chkBoldClick end object chkItalic: TCheckBox Tag = 2 Left = 10 Top = 33 Width = 145 Height = 17 HelpContext = 942 Caption = 'chkItalic' TabOrder = 1 OnClick = chkBoldClick end object chkUnderline: TCheckBox Tag = 3 Left = 10 Top = 51 Width = 145 Height = 17 HelpContext = 942 Caption = 'chkUnderline' TabOrder = 2 OnClick = chkBoldClick end end object SMHighlight: TSyntaxMemo Tag = 2 Left = 10 Top = 54 Width = 414 Height = 115 HelpContext = 1048 ClipCopyFormats = [smTEXT, smRTF] Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] GutterFont.Charset = DEFAULT_CHARSET GutterFont.Color = clWindowText GutterFont.Height = -11 GutterFont.Name = 'MS Sans Serif' GutterFont.Style = [] HyperCursor = crDefault IndentStep = 1 Margin = 2 Modified = False MonoPrint = True Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack] ReadOnly = True RightMargin = 80 SaveFormat = sfTEXT ScrollBars = ssBoth SelLineStyle = lsCRLF SelStart = 0 SelLength = 0 SelTextColor = clWhite SelTextBack = clTeal TabDefault = 4 TabOrder = 3 TabStop = False Version = '3.00.39' VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES] WantReturns = False WantTab = False WrapAtColumn = 2048 CanMoveGutter = False OnMouseDown = SMHighlightMouseDown ActiveParser = 1 end object CBHighlightParser: TComboBox Left = 207 Top = 13 Width = 217 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 4 OnClick = CBHighlightParserClick end object cboxFGColor: TcxColorComboBox Left = 180 Top = 195 Properties.AllowSelectColor = True Properties.ColorBoxWidth = 16 Properties.ColorDialogType = cxcdtCustom Properties.CustomColors = <> Properties.DefaultColor = clBlack Properties.ImmediatePost = True Properties.NamingConvention = cxncNone Properties.PrepareList = cxplHTML4 Properties.ShowDescriptions = False Properties.OnChange = colorBtnFGColorChange Properties.OnSelectCustomColor = cboxFGColorPropertiesSelectCustomColor Style.LookAndFeel.Kind = lfStandard Style.LookAndFeel.NativeStyle = True StyleDisabled.LookAndFeel.Kind = lfStandard StyleDisabled.LookAndFeel.NativeStyle = True StyleFocused.LookAndFeel.Kind = lfStandard StyleFocused.LookAndFeel.NativeStyle = True StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True TabOrder = 5 Width = 66 end object cboxBGColor: TcxColorComboBox Left = 180 Top = 245 Enabled = False Properties.AllowSelectColor = True Properties.ColorBoxWidth = 16 Properties.ColorDialogType = cxcdtCustom Properties.CustomColors = <> Properties.DefaultColor = clBlack Properties.ImmediatePost = True Properties.NamingConvention = cxncNone Properties.PrepareList = cxplHTML4 Properties.ShowDescriptions = False Properties.OnChange = colorBtnFGColorChange Properties.OnSelectCustomColor = cboxFGColorPropertiesSelectCustomColor Style.LookAndFeel.Kind = lfStandard Style.LookAndFeel.NativeStyle = True StyleDisabled.LookAndFeel.Kind = lfStandard StyleDisabled.LookAndFeel.NativeStyle = True StyleFocused.LookAndFeel.Kind = lfStandard StyleFocused.LookAndFeel.NativeStyle = True StyleHot.LookAndFeel.Kind = lfStandard StyleHot.LookAndFeel.NativeStyle = True TabOrder = 6 Width = 66 end end end object tsAutoCorrect: TTabSheet BorderWidth = 10 Caption = 'Auto Correct' object PanelAutoCorrect: TGroupBox Left = 0 Top = 0 Width = 434 Height = 348 Align = alClient TabOrder = 0 object lblAutoCorrectKeys: TLabel Left = 142 Top = 324 Width = 108 Height = 13 Caption = 'lblAutoCorrectKeys' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblAutoCorrectLanguage: TLabel Left = 89 Top = 19 Width = 114 Height = 13 Alignment = taRightJustify Caption = 'lblAutoCorrectLanguage' end object btnAutoCorrectAdd: TButton Left = 12 Top = 292 Width = 75 Height = 19 HelpContext = 1129 Caption = 'btnAutoCorrectAdd' TabOrder = 0 OnClick = btnAutoCorrectAddClick end object btnAutoCorrectRemove: TButton Left = 172 Top = 292 Width = 75 Height = 19 HelpContext = 1130 Caption = 'btnAutoCorrectRemove' TabOrder = 1 OnClick = btnAutoCorrectRemoveClick end object EdAutoCorrectKeys: TEdit Left = 259 Top = 321 Width = 168 Height = 21 HelpContext = 1131 TabOrder = 2 OnExit = EdAutoCorrectKeysExit end object CBAutoCorrectParser: TComboBox Left = 209 Top = 15 Width = 217 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 3 OnClick = CBHighlightParserClick end object LVAutoCorrect: TListView Left = 12 Top = 45 Width = 412 Height = 244 HelpContext = 1128 Columns = < item Caption = 'Replace' Width = 180 end item Caption = 'With' Width = 200 end> HideSelection = False ReadOnly = True RowSelect = True TabOrder = 4 ViewStyle = vsReport OnChange = LVAutoCorrectChange end object btnAutoCorrectEdit: TButton Left = 92 Top = 292 Width = 75 Height = 19 HelpContext = 1130 Caption = 'btnAutoCorrectEdit' TabOrder = 5 OnClick = btnAutoCorrectEditClick end end end object tsCodeTemplates: TTabSheet BorderWidth = 10 Caption = 'Code Templates' object PanelCodeTpl: TGroupBox Left = 0 Top = 0 Width = 434 Height = 348 Align = alClient TabOrder = 0 object lblCodeTplValue: TLabel Left = 12 Top = 173 Width = 93 Height = 13 Caption = 'lblCodeTplValue' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblCodeTplLanguage: TLabel Left = 105 Top = 19 Width = 98 Height = 13 Alignment = taRightJustify Caption = 'lblCodeTplLanguage' end object lblCodeTplHotKey: TLabel Left = 191 Top = 326 Width = 102 Height = 13 Alignment = taRightJustify Caption = 'lblCodeTplHotKey' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object SMCodeTplValue: TSyntaxMemo Left = 12 Top = 187 Width = 414 Height = 127 HelpContext = 1010 ClipCopyFormats = [smTEXT, smRTF] Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] GutterFont.Charset = DEFAULT_CHARSET GutterFont.Color = clWindowText GutterFont.Height = -11 GutterFont.Name = 'MS Sans Serif' GutterFont.Style = [] HyperCursor = crDefault IndentStep = 1 Margin = 2 Modified = False MonoPrint = True Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack] ReadOnly = True RightMargin = 80 SaveFormat = sfTEXT ScrollBars = ssBoth SelLineStyle = lsCRLF SelStart = 0 SelLength = 0 SelTextColor = clWhite SelTextBack = clTeal TabDefault = 4 TabOrder = 0 Version = '3.00.39' VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES] WrapAtColumn = 2048 CanMoveGutter = False ActiveParser = 1 end object CBCodeTplParser: TComboBox Left = 209 Top = 15 Width = 217 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnClick = CBHighlightParserClick end object LVCodeTpl: TListView Left = 12 Top = 45 Width = 325 Height = 121 HelpContext = 1135 Columns = < item Caption = 'Name' Width = 100 end item Caption = 'Description' Width = 180 end> HideSelection = False ReadOnly = True RowSelect = True TabOrder = 2 ViewStyle = vsReport OnChange = LVCodeTplChange end object btnCodeTplAdd: TButton Left = 349 Top = 45 Width = 75 Height = 19 HelpContext = 1132 Caption = 'btnCodeTplAdd' TabOrder = 3 OnClick = btnCodeTplAddClick end object btnCodeTplRemove: TButton Left = 349 Top = 91 Width = 75 Height = 19 HelpContext = 1133 Caption = 'btnCodeTplRemove' TabOrder = 4 OnClick = btnCodeTplRemoveClick end object btnCodeTplEdit: TButton Left = 349 Top = 68 Width = 75 Height = 19 HelpContext = 1133 Caption = 'btnCodeTplEdit' TabOrder = 5 OnClick = btnCodeTplEditClick end object HKCodeTplHotKey: THotKey Left = 296 Top = 323 Width = 130 Height = 19 HelpContext = 1134 HotKey = 32833 TabOrder = 6 OnChange = HKCodeTplHotKeyChange end end end end end